home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / debug / readme < prev   
Encoding:
Text File  |  2003-08-12  |  946 b   |  27 lines

  1. DEBUG version 0.95f.
  2.  
  3. This is a partially implemented clone of the MS-DOS DEBUG command.
  4. See the documentation file (debug.doc) for a list of what has yet to
  5. be implemented.  Pretty much all the functionality of DOS 2.1 is in there,
  6. though.
  7.  
  8. The files in this distribution are:
  9.  
  10.     debug.com    The executable binary.
  11.     debug.doc    Detailed documentation file.
  12.     debug.asm    Assembler source code for DEBUG.  Assemble with nasm.
  13.     debug.a86    Assembler source code for DEBUG.  Assemble with A86.
  14.             This is included for reference only; the nasm version
  15.             is now the definitive version.
  16.     instr.*        Data files on the instruction set.
  17.     mktables.c    C program to compile the internal instruction-set
  18.             tables into the source file debug.asm.  It runs under
  19.             Linux or Turbo C (version 2.0, at least).
  20.     readme        This file.
  21.  
  22. This program is copyrighted, but feel free to distribute and use it
  23. as you wish.
  24.  
  25. Paul Vojta
  26. vojta@math.berkeley.edu
  27.